home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / minitel.inf < prev    next >
INI File  |  1995-10-12  |  4KB  |  90 lines

  1. ; minitel.INF
  2.  
  3. ; This is the Setup information file to install the animated cursor editor
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. LayoutFile=rklayout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. [DestinationDirs]
  14. Register.Copy    = 17    ; LDID_INF
  15. rklayout.copy = 17     ;  LDID_INF
  16. minitelCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%\%minitel%    ; LDID_APPS\Program Files\Resource Kit
  17.  
  18. [Optional Components]
  19. minitel
  20.  
  21. [minitel]
  22. OptionDesc  = %minitel_Desc%
  23. Tip         = %minitel_TIP%
  24. CopyFiles   = minitelCopyFiles, Register.Copy, rklayout.copy
  25. AddReg      = minitelReg, Register.AddReg
  26. InstallType = 0            ;Manual only
  27. IconIndex   = 35            ;Default (diamond) mini-icon for dialogs
  28. Uninstall   = minitel_remove
  29.  
  30.  
  31. [minitel_remove]
  32. DelFiles    = minitelCopyFiles, Register.Copy
  33. DelReg      = UnRegister.DelReg
  34.  
  35.  
  36. [rklayout.copy]
  37. rklayout.inf
  38.  
  39. [Register.Copy]
  40. minitel.inf
  41.  
  42. [minitelCopyFiles]
  43. arialals.ttf
  44. arialalt.ttf
  45. minitel.txt
  46.  
  47. [Register.AddReg]
  48. ;Create entries for Maint Mode Setup
  49. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\minitel,DisplayName,,%uninstall_Desc%
  50. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\minitel,UninstallString,,"RunDll setupx.dll,InstallHinfSection minitel_Remove 4 minitel.INF"
  51.  
  52. [UnRegister.DelReg]
  53. ;Remove entries for Maint Mode Setup
  54. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\minitel
  55.  
  56. [minitelReg]
  57. ; create the long-name for "Program Files"
  58. ; Note that when you rename a long name, VFAT changes the short name from
  59. ; foobar~1 to foobar~2.  To avoid this, we introduce a work around in the form of
  60. ; an intermediate rename
  61. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
  62. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
  63. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
  64. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
  65. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
  67. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"
  68.  
  69.  
  70. [Strings]
  71. RKTOOLS_DESC   = "Resource Kit"
  72. minitel = "Minitel"
  73. minitel_Desc    = "Fonts for Minitel Emulation - HyperTerminal"
  74. uninstall_Desc   = "Fonts for Minitel Emulation - HyperTerminal"
  75. minitel_TIP     = "The ARIALALT.TTF and ARIALALS.TTF font files for greatly improved visual representation of the Minitel emulation in HyperTerminal."
  76. DSK = "Windows 95 Resource Kit"
  77.  
  78.  
  79.  
  80. ; Directory names - note that that short versions must match the truncated
  81. ; 8 char names for the long versions, or else there will be problems.
  82. ; also need to put the short versions in the [DestinationDirs] section above
  83. ; Used by wordpad, hypertrm, backup, paint, & MSN
  84. Program_Files    = "Programme"         ; changed for the German version of Windows 95
  85. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  86. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  87. ResourceKit      = "Resource Kit"
  88. RESOURCE         = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"
  89. OEM_RESOURCE     = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"  - in OEM codepage (not Ansi)
  90.